From c4d03a49541adcb1ba93c8e993fc59243a6c3f51 Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Tue, 6 Apr 2004 09:05:40 +0000 Subject: [PATCH] bitkeeper revision 1.848 (407272e4kCBTwhNJpuI6iAyrgH3VNw) Fix a scheduler bug. --- xen/common/sched_bvt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/common/sched_bvt.c b/xen/common/sched_bvt.c index 5c5212df07..cfd1bc9656 100644 --- a/xen/common/sched_bvt.c +++ b/xen/common/sched_bvt.c @@ -328,6 +328,7 @@ static task_slice_t bvt_do_schedule(s_time_t now) { if ( p->processor == cpu ) { + p_inf = BVT_INFO(p); p_inf->evt -= 0xe0000000; p_inf->avt -= 0xe0000000; } -- 2.30.2